home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / demo / pwrtcp11.exe / ECHO16C.DE_ / ECHO16C.bin
Text File  |  1994-07-31  |  363b  |  20 lines

  1. NAME         ECHO16C
  2. EXETYPE      WINDOWS
  3. DESCRIPTION  'PowerTCP TCP C Interface Example'
  4. STUB         'winstub.exe'
  5.  
  6. CODE         PRELOAD MOVEABLE DISCARDABLE
  7. DATA         PRELOAD MOVEABLE
  8.  
  9. HEAPSIZE     4096
  10.  
  11. EXPORTS
  12.    WndProc         @1
  13.    AboutDlgProc       @2
  14.    ConnectEvent        @3
  15.    RecvEvent            @4
  16.    SendEvent            @5
  17.    ExceptionEvent    @6
  18.  
  19.  
  20.